home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / keyboard_d.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  236b  |  9 lines

  1. #ifndef __KEYBOARD_D_H__
  2. #define __KEYBOARD_D_H__
  3.  
  4. extern _VOID_ save_getcjmp _P_((jmp_buf temp));
  5. extern _VOID_ restore_getcjmp _P_((jmp_buf temp));
  6. extern _VOID_ set_waiting_for_input _P_((EMACS_TIME *time_to_clear));
  7.  
  8. #endif
  9.